Open-source DeepResearch – Freeing our search agents
テキストブラウザで実装したとのこと(ref: Making the right tools 🛠️)
What are Agent frameworks and why they matter?
(TODO 指標について飛ばした)
Building an open Deep Research
Using a CodeAgent
アクションをコードで表現するエージェント
Making the right tools 🛠️
1. A web browser
we started with an extremely simple text-based web browser for now for our first proof-of-concept
2. A simple text inspector
多様な拡張子に対応したファイルを読み込むツールぽい
These tools were taken from the excellent Magentic-One agent by Microsoft Research,
Results 🏅
We’ve quickly gone up from the previous SoTA with an open framework, around 46% for Magentic-One, to our current performance of 55.15% on the validation set.
CodeAgentによると考察している
when switching to a standard agent that writes actions in JSON instead of code, performance of the same setup is instantly degraded to 33% average on the validation set.